Simplify README install flow#42
Merged
starfleeth merged 2 commits intomainfrom May 1, 2026
Merged
Conversation
Lead with the two slash commands (`/plugin marketplace add` + `/plugin install`) as the primary install path, and move the plugin-manager walkthrough below as an alternative interactive flow. Replace "Restart Claude Code" with `/reload-plugins`, which activates the plugin in the current session without a restart. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
brianstrauch
requested changes
Apr 29, 2026
| 2. Restart Claude Code | ||
| Then run `/reload-plugins` to activate the plugin in the current session. | ||
|
|
||
| ### Alternative: interactive install |
There was a problem hiding this comment.
I wouldn't frame this as an "alternative". You might want enable auto-updates in addition to the steps above. In fact, that's the only reason to go through this flow. I would frame this as a recommend extra step (and only cover enabling auto-updates here, leaving out plugin installation)
Contributor
Author
There was a problem hiding this comment.
Agreed that there is no reason to use this install path unless you prefer interactivity to copy pasting. I think this is best resolved by adding after the /reload-plugins command to also enable auto update interactively. thought?
clarify auto-update selection
brianstrauch
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/plugin marketplace add+/plugin install) as the primary install path/reload-plugins, which activates the plugin in the current session without a restartTest plan
temporalplugin loads after/reload-plugins🤖 Generated with Claude Code